summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-11-04 05:11:05 +0100
committerCharles Lombardo <clombardo169@gmail.com>2023-11-06 00:29:00 +0100
commit50c604f37fc34ca6aaa874f1d51c9bcdec90f570 (patch)
treefc8e006fb1ae4960b30fb71fe1fd662a20b8190e
parentandroid: Always update FPS counter (diff)
downloadyuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar.gz
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar.bz2
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar.lz
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar.xz
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.tar.zst
yuzu-50c604f37fc34ca6aaa874f1d51c9bcdec90f570.zip
-rw-r--r--src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
index 77f2cdf65..3781d1d35 100644
--- a/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
+++ b/src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
@@ -10,7 +10,6 @@ import android.content.DialogInterface
import android.content.SharedPreferences
import android.content.pm.ActivityInfo
import android.content.res.Configuration
-import android.graphics.Color
import android.net.Uri
import android.os.Bundle
import android.os.Handler
@@ -155,7 +154,6 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback {
}
binding.surfaceEmulation.holder.addCallback(this)
- binding.showFpsText.setTextColor(Color.YELLOW)
binding.doneControlConfig.setOnClickListener { stopConfiguringControls() }
binding.drawerLayout.addDrawerListener(object : DrawerListener {